type runtime.stackObjectRecord

11 uses

	runtime (current package)
		mgcstack.go#L152: 	r     *stackObjectRecord // info of the object (for ptr/nonptr bits). nil if object has been scanned.
		mgcstack.go#L160: func (obj *stackObject) setRecord(r *stackObjectRecord) {
		mgcstack.go#L272: func (s *stackScanState) addObject(addr uintptr, r *stackObjectRecord) {
		stack.go#L1256: type stackObjectRecord struct {
		stack.go#L1266: func (r *stackObjectRecord) useGCProg() bool {
		stack.go#L1270: func (r *stackObjectRecord) ptrdata() uintptr {
		stack.go#L1279: func (r *stackObjectRecord) gcdata() *byte {
		stkframe.go#L157: func (frame *stkframe) getStackMap(cache *pcvalueCache, debug bool) (locals, args bitvector, objs []stackObjectRecord) {
		stkframe.go#L249: 			r0 := (*stackObjectRecord)(noescape(p))
		stkframe.go#L262: var methodValueCallFrameObjs [1]stackObjectRecord // initialized in stackobjectinit
		stkframe.go#L283: 	methodValueCallFrameObjs[0] = stackObjectRecord{